Autogenerated HTML docs for v1.6.2-149-g6462 
diff --git a/git-config.html b/git-config.html index 0892860..94cca0d 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1776,6 +1776,21 @@  </p>   </dd>   <dt>  +format.thread  +</dt>  +<dd>  +<p>  + The default threading style for <em>git-format-patch</em>. Can be  + either a boolean value, <tt>shallow</tt> or <tt>deep</tt>. <em>Shallow</em>  + threading makes every mail a reply to the head of the series,  + where the head is chosen from the cover letter, the  + <tt>--in-reply-to</tt>, and the first patch mail, in this order.  + <em>Deep</em> threading makes every mail a reply to the previous one.  + A true boolean value is the same as <tt>shallow</tt>, and a false  + value disables threading.  +</p>  +</dd>  +<dt>   gc.aggressiveWindow   </dt>   <dd>  @@ -2771,6 +2786,15 @@  </p>   </dd>   <dt>  +rebase.stat  +</dt>  +<dd>  +<p>  + Whether to show a diffstat of what changed upstream since the last  + rebase. False by default.  +</p>  +</dd>  +<dt>   receive.fsckObjects   </dt>   <dd>  @@ -3106,7 +3130,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-03-08 08:44:54 UTC  +Last updated 2009-03-11 23:56:00 UTC   </div>   </div>   </body>